type runtime.unwindFlags
6 uses
runtime (current package)
traceback.go#L37: type unwindFlags uint8
traceback.go#L52: unwindPrintErrors unwindFlags = 1 << iota
traceback.go#L114: flags unwindFlags
traceback.go#L124: func (u *unwinder) init(gp *g, flags unwindFlags) {
traceback.go#L134: func (u *unwinder) initAt(pc0, sp0, lr0 uintptr, gp *g, flags unwindFlags) {
traceback.go#L843: func traceback1(pc, sp, lr uintptr, gp *g, flags unwindFlags) {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |